home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 22 / Cream of the Crop 22.iso / editor / all_v100.zip / _SETUP.1 / 1-4-All.exe / 0 / RCDATA / TFORM9 / TFORM9.txt
Text File  |  1996-10-22  |  2KB  |  102 lines

  1. object Form9: TForm9
  2.   Left = 142
  3.   Top = 135
  4.   ActiveControl = Button1
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsToolWindow
  7.   Caption = 'File dependencies'
  8.   ClientHeight = 200
  9.   ClientWidth = 422
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   FormStyle = fsStayOnTop
  15.   Position = poScreenCenter
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object GroupBox1: TGroupBox
  20.     Left = 16
  21.     Top = 8
  22.     Width = 121
  23.     Height = 145
  24.     Caption = 'Files to list'
  25.     TabOrder = 0
  26.     object CheckBox1: TCheckBox
  27.       Left = 16
  28.       Top = 24
  29.       Width = 73
  30.       Height = 17
  31.       Caption = 'HTML files'
  32.       State = cbChecked
  33.       TabOrder = 0
  34.     end
  35.     object CheckBox2: TCheckBox
  36.       Left = 16
  37.       Top = 56
  38.       Width = 73
  39.       Height = 17
  40.       Caption = 'Image Files'
  41.       State = cbChecked
  42.       TabOrder = 1
  43.     end
  44.     object CheckBox3: TCheckBox
  45.       Left = 16
  46.       Top = 88
  47.       Width = 73
  48.       Height = 17
  49.       Caption = 'Other files'
  50.       State = cbChecked
  51.       TabOrder = 2
  52.     end
  53.     object CheckBox4: TCheckBox
  54.       Left = 16
  55.       Top = 120
  56.       Width = 97
  57.       Height = 17
  58.       Caption = 'Local files only'
  59.       State = cbChecked
  60.       TabOrder = 3
  61.     end
  62.   end
  63.   object Memo1: TMemo
  64.     Left = 152
  65.     Top = 16
  66.     Width = 257
  67.     Height = 137
  68.     ReadOnly = True
  69.     ScrollBars = ssBoth
  70.     TabOrder = 1
  71.   end
  72.   object Button1: TButton
  73.     Left = 32
  74.     Top = 168
  75.     Width = 65
  76.     Height = 23
  77.     Caption = 'Start'
  78.     Default = True
  79.     TabOrder = 2
  80.     OnClick = Button1Click
  81.   end
  82.   object Button2: TButton
  83.     Left = 336
  84.     Top = 168
  85.     Width = 65
  86.     Height = 23
  87.     Cancel = True
  88.     Caption = 'Close'
  89.     TabOrder = 3
  90.     OnClick = Button2Click
  91.   end
  92.   object Button3: TButton
  93.     Left = 240
  94.     Top = 168
  95.     Width = 65
  96.     Height = 23
  97.     Caption = 'Help'
  98.     TabOrder = 4
  99.     OnClick = Button3Click
  100.   end
  101. end
  102.